home *** CD-ROM | disk | FTP | other *** search
/ Chip 2000 October / CHIP Turkiye Ekim 2000.iso / prog / basic / 07 / setup.exe / %MAINDIR% / skins / readme.txt < prev    next >
Encoding:
Text File  |  2000-05-02  |  3.3 KB  |  79 lines

  1. GetRight skins are compressed in .ZIP files (renamed to .GRS).
  2. To have them automatically used when downloaded from a server, 
  3. just rename the .ZIP file to end in .GRS  (test.zip to test.grs)
  4. GetRight will do the rest!
  5.  
  6. --------------------------------------------------------
  7. Skin FAQ:
  8. Q: How do I test the skin I made?
  9. A: Use a ZIP program to compress the files, then rename so ends in .GRS
  10.    instead of .ZIP.  Then just double-click the file.  GetRight will
  11.    prompt for a name.  The skin will then be available on the download
  12.    window, Options button, then Skins menu.
  13.  
  14. Q: What is that little black circled area on the templates?
  15. A: That is the color used for the transparent area on the window.
  16.    Transparency works best if you use one of the Windows System
  17.    colors for the transparent color (bright green or purple or something).
  18.    Avoids any dithering problems if people have a very low color display.
  19.  
  20. --------------------------------------------------------
  21. The Skin .GRS file must contain a file:
  22. SKIN.BMP    
  23.    This is the bitmap used for the window.  
  24.    It contains all the images (background, buttons both up and down, etc.)
  25.    There are two templates 
  26.    TEMPLATE_NOAD.BMP (for registered users who don't see an advertisement) 
  27.    TEMPLATE_AD.BMP (for evaluation users who see an advertisement)
  28.    Most bits should be obvious.  
  29.    Dark gray titlebar bar below is for window without focus.
  30.    Big red bar is unfilled working bar, big black bar is filled.
  31.    Two shades of red are the working for when segmented, upper is the
  32.    total progress, lower for showing which bits are done (the multi-colored
  33.    graph on the non-skinned version.  Black and white below that are for
  34.    the filled versions of those.
  35.    Transparent color tip (in the circled area):
  36.    Transparency works best if you use one of the Windows System
  37.    colors for the transparent color (bright green or purple or something).
  38.    Just avoids any dithering problems if people have a very low color display.
  39.  
  40.  
  41. --------------------------------------------------------
  42. Optional, but recommended:
  43. SKIN.INI    
  44. (All INI items are optional.)
  45.    This can be used to define colors for the text on the window and other
  46.    items.  If not included, Black text will be used.
  47.     [Colors]
  48.     TEXT_RGB=0x0000ff
  49.     TEXT_SHADOW_RGB=0x000000
  50.     TITLE_RGB=0x0000ff
  51.     INACTIVE_TITLE_RGB=0x000080
  52.     BUTTON_RGB=0x0000ff
  53.     BUTTON_DOWN_RGB=0x0000ff
  54.  
  55.    To offset the title-bar text a bit to take into account any slightly
  56.    different types of title setup.
  57.     [Offsets]
  58.     TITLE_X=0
  59.     TITLE_Y=0
  60.  
  61.    Set transparent=0 if your skin doe not have any transparent areas and
  62.    is a solid rectangle.  Helps to speed up the loading a bit if it doesn't
  63.    need to calculate the region needed.
  64.    Set shadow=1 to do shadowed text.
  65.    TEXT_SHADOW_RGB color is used to draw the shadows.
  66.     [Options]
  67.     TRANSPARENT=1
  68.     SHADOW=1
  69.  
  70.    Used for menu under the currently selected skin, NAME is shown, opens URL if selected
  71.     [Author]
  72.     SKIN_NAME=Your name for the skin    
  73.     NAME=Your Name
  74.     URL=http://www.your_home_page.com/
  75.  
  76.  
  77. --------------------------------------------------------
  78. Other files may be supported in the future (like SKIN2.BMP, or DONE.WAV) but aren't used for now.
  79. Having other files in the ZIP file won't hurt anything, just make it larger for people to download.